setAllowEnterTransitionOverlap

Sets whether the the exit transition and enter transition overlap or not. When true, the enter transition will start as soon as possible. When false, the enter transition will wait until the exit transition completes before starting.

Parameters

allow

true to start the enter transition when possible or false to wait until the exiting transition completes.